home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 54
/
Vol 54.iso
/
games
/
totallys.swf
/
scripts
/
DefineButton2_113
/
BUTTONCONDACTION on(keyPress Space).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-28
|
99 b
|
8 lines
on(keyPress "<Space>"){
_root.k += 1;
if(_root.k == 3)
{
_root.k = 0;
}
}